home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Selling Home Card / background_3681.txt < prev    next >
Text File  |  1990-04-09  |  2KB  |  77 lines

  1. -- background: 3681 from stack: in
  2. -- bmap block id: 4070
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- part 10 (button)
  18. -- low flags: 00
  19. -- high flags: 8004
  20. -- rect: left=68 top=317 right=338 bottom=207
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Market Needs
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect zoom open
  32.   go to card id 5306 of stack "Needs"
  33.   set hilite of background button "Market Needs" to true
  34. end mouseUp
  35.  
  36.  
  37.  
  38.  
  39. -- part 11 (button)
  40. -- low flags: 00
  41. -- high flags: 8004
  42. -- rect: left=288 top=317 right=338 bottom=427
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: Examples
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   visual effect zoom open
  54.   go to card id 8927 of stack "Examples"
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 17 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=228 top=317 right=337 bottom=255
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 21700 / 21700
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: New Button
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual dissolve slow to card
  74.   domenu home
  75. end mouseUp
  76.  
  77.